home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Serious Software / OpenWorld demo 2.0 / OpenWorld plug-ins / AppleScript / Welcome < prev   
Text File  |  1999-04-16  |  150b  |  5 lines

  1. if "[OpenWorld?ip]" = "195.120.139.130" then
  2.     return "Welcome Marco Bambini in [Date]"
  3. else
  4.     return "Who are you from [OpenWorld?IP] at [Time]"
  5. end if